Factory method pattern definition

Search

Factory method pattern

Factory method pattern logo #21000 In class-based programming, the factory method pattern is a creational pattern which uses factory methods to deal with the problem of creating objects without specifying the exact class of object that will be created. This is done by creating objects via calling a factory method—either specified in an interface and implemented by child classes, ...
Found on http://en.wikipedia.org/wiki/Factory_method_pattern
No exact match found.